.sub-banner img{
	width:100%;
}
.waylink{
	background:#eff2f4;
	color:#6f6f6f;
	font-size:12px;
	padding:5px 0;
}
.waylink ol{
	margin:0;
	padding:0;
}
.waylink ol li{
	display:inline-block;
	position:relative;
	padding-right:12px;
}
.waylink ol li:after{
	content:'/';
	position:absolute;
	right:3px;
	top:0;
	font-size: 12px;
}
.waylink ol li:last-child:after{
	display:none;
}
.waylink a,
.waylink .h3{
	color:#6f6f6f;
	font-weight:normal;
	font-size:12px;
}
.content-wrap{
	margin:50px 0 20px;
}
.content-main{
	float:right;
	width: 77%;
}
aside{
	float:left;
	width: 20%;
}
.content-main >h2{
	color:#4e4e4e;
	font-size:20px;
	border-bottom:1px dotted #aaaaaa;
	z-index:1;
	padding: 15px 0;
	text-transform: uppercase;
}
.content-main >h2 b{
	position:relative;
	z-index:1;
}
.content-main >h2 b:before{
    content: '';
    width: 120%;
    height: 3px;
    background: #4d5356;
    position: absolute;
    left: 0;
    bottom: -15px;
}
.content-main .main-wrapper,
.content-main #article{
	color:#000;
	font-size:15px;
	margin: 20px 0;
}
.content-main .more{
    text-align: center;
}
.content-main .more img{
    width: 200px;
}
aside .side-title h3,
#best-product h3{
	color:#4e4e4e;
	font-size:16px;
	margin: 10px 0;
	position:relative;
	z-index:1;
	text-align: left;
}
aside .side-title h3:after,
#best-product h3:after{
	background:#c0c0c0;
	content:'';
	width:100%;
	height:1px;
	position:absolute;
	bottom:0;
	left:0;
	z-index:-3;
}
aside .side-title h3 strong,
#best-product h3 strong{
	color:#4e4e4e;
	font-size:16px;
	position:relative;
	z-index: 1;
}
aside .side-title h3 strong:after,
#best-product h3 strong:after{
	content:'';
	background:#fff;
	position:absolute;
	width:100%;
	height:100%;
	left: 0;
    bottom: -10px;
    padding-right: 10px;
    z-index: -1;
}
#side-nav ul{
	overflow:visible;
}
#side-nav li{
	border-bottom:1px solid #e9e9e9;
	padding: 15px;
	position:relative;
}
#side-nav li a{
	display:block;
	font-size:14px;
	color:#4e4e4e;
	text-align: left;
	overflow: hidden;
	height: 24px;
}
#side-nav li:hover{background: #f5cc34;}
#best-product h3{
	margin:40px 0 20px;
}
#side-nav li:hover a{color:#fff;}
#best-product h3 strong{
	color: #000000;
}
#best-product .content .sidep .photo{
	display:block;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
}
#best-product .content .sidep h4{
	overflow:hidden;
	background: rgb(29 29 29);
	padding: 15px 0;
}
#best-product .content .sidep h4 .left{
	    text-align: center;
	    font-size: 17px;
	    padding: 9px 32px;
	    background-image: linear-gradient(to bottom, #d6aa68 0%, #a0704b 100%);
	    border-radius: 30px;
	    color: #ffffff;
	    display: inline-block;
}
#best-product .content .sidep h4 .right{
	float:right;
	color:#595858;
    font-size: 12px;
    width: 50px;
}
#best-product .slick-prev,
#best-product .slick-next{
	background-image:url(../../images/39/side-pro-arrow.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
	width:22px;
	height:22px;
	top: 11px;    
	right: 22px;
    left: initial;
	z-index: 9;
	opacity:0.7;
	transition:all ease-in-out 0.3s;
}
#best-product .slick-prev:hover,
#best-product .slick-next:hover{
	opacity:1;
}
#best-product .slick-next{
	background-image:url(../../images/39/side-pro-arrow2.png);
    right: 0;
}

#best-product .slick-prev:before,
#best-product .slick-next:before{
	display:none;
}
aside >div{
	margin-bottom:20px;
	text-align: center;
}
#best-product{display:none;}
aside .side-title p{
	text-align:left;
	display: none;
}
#sidead-list li{
	margin-bottom:10px;
}
#sidead-list li a{
	display:block;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:contain;
}
#sidead-list li a img{
	width:100%;
}
aside iframe{
	width:100%;
	height:200px;
}
#community{
	margin: 50px 0;
}
#community li{
	float:left;
	line-height:0;
	margin:0 5px 5px 0;
}

@media screen and (max-width: 1280px) {
	.content-main{
		width: 72%;
	}
	aside{
		width: 25%;
	}
}
@media screen and (max-width: 980px) {
	.content-main{
		width: 100%;
	}
	aside{
		width: 100%;
		margin-top: 50px;
	}
	.content-main >h2 b{
		letter-spacing: 0;
	}
	#best-product .slick-slide img{
		width:100%;
	}
	#best-product .content .sidep{
		margin:0 10px;
	}
	#sidead-list li{
		float:left;
		width:48%;
		margin:0 1% 10px;
	}
}
@media screen and (max-width: 640px) {
	#best-product .content .sidep{
		margin:0;
	}
	.content-main >h2{
		padding: 10px 0;	
	}
}
@media screen and (max-width: 480px) {
	#sidead-list li{
		width:100%;
		margin:0 0 10px;
	}
	.content-main >h2 b:before{
	    width: 100px;	
	}
	.waylink a, 
	.waylink .h3,
	.waylink ol li,
	.waylink ol li:after{
		font-size:6pt;
	}
}